home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 June / Electronic Clipper 1998-06.iso / Idea Source® / Teaser.Dir / 00022_Script_22 < prev    next >
Text File  |  1998-04-28  |  173b  |  10 lines

  1. on mouseUp
  2.   
  3.   if sprite 12 intersects sprite 13 then  
  4.     if the doubleClick then 
  5.       puppetsound(3) "shot"
  6.       go frame "got'im"
  7.     end if
  8.   end if
  9.   
  10. end